Array Composite
Create 2D array by multiplying each member in the first 1D array with the second 1D array.
Node Data | |
---|---|
Values | |
Display name | |
Array Composite | |
Internal name | |
Node_Array_Composite | |
Inheritances | |
node | |
node_array_composite | |
Inputs | |
node_array_composite | |
float |
Array |
float |
Compose |
Outputs | |
node_array_composite | |
float |
Array |
This node allow you to create 2D arrays by multiplying each element of the Array by the Compose array.
Properties
Array
The original 1D array. Each element in this array must be a number.
Compose
The array to multiply with.